home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Ooiltank.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  359b  |  14 lines

  1. #ifndef _OOILTANK_H_
  2. #define _OOILTANK_H_
  3.  
  4. enum
  5. {
  6.     PRIM_OILTANK_RADIUS                = 5100,    // REAL
  7.     PRIM_OILTANK_CAPHEIGHT        = 5101, // REAL
  8.     PRIM_OILTANK_HEIGHT                = 5102, // ==PRIM_CONE_HEIGHT
  9.     PRIM_OILTANK_HSUB                    = 5103, // ==PRIM_CONE_HSUB
  10.     PRIM_OILTANK_FSUB                    = 5104, // ==PRIM_CONE_FSUB
  11.     PRIM_OILTANK_SEG                    = 5105  // ==PRIM_CONE_SEG
  12. };
  13.  
  14. #endif